projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
340e08a
)
(ns_appkit_version_int): Fix typo in the version macro.
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 6 Mar 2009 15:34:51 +0000
(15:34 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Fri, 6 Mar 2009 15:34:51 +0000
(15:34 +0000)
src/nsfns.m
patch
|
blob
|
history
diff --git
a/src/nsfns.m
b/src/nsfns.m
index 963445b624cd7ccb5253fe19d12ac16442d035a2..852d484f77cbf9b3a8dd312dcabac988c6b8710c 100644
(file)
--- a/
src/nsfns.m
+++ b/
src/nsfns.m
@@
-974,7
+974,7
@@
static int
ns_appkit_version_int ()
{
#ifdef NS_IMPL_GNUSTEP
- return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_G
NU
_MINOR_VERSION;
+ return GNUSTEP_GUI_MAJOR_VERSION * 100 + GNUSTEP_G
UI
_MINOR_VERSION;
#elif defined(NS_IMPL_COCOA)
return (int)NSAppKitVersionNumber;
#endif